home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / Observer / FObserver_Grid.dfm / FObserver_Grid.txt
Encoding:
Text File  |  1999-10-08  |  1.3 KB  |  72 lines

  1. inherited FormObserverGrid: TFormObserverGrid
  2.   Left = 308
  3.   Top = 265
  4.   Width = 598
  5.   Height = 264
  6.   Caption = ' Portfolio'
  7.   Menu = MainMenu1
  8.   OldCreateOrder = True
  9.   OnCreate = FormCreate
  10.   OnDestroy = nil
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object LV: TListView
  14.     Left = 0
  15.     Top = 0
  16.     Width = 590
  17.     Height = 218
  18.     Align = alClient
  19.     Columns = <
  20.       item
  21.         Caption = 'Stock code'
  22.         Width = 70
  23.       end
  24.       item
  25.         Caption = 'Company name'
  26.         Width = 100
  27.       end
  28.       item
  29.         Caption = 'Quantity'
  30.         Width = 60
  31.       end
  32.       item
  33.         Caption = 'Price'
  34.         Width = 75
  35.       end
  36.       item
  37.         Caption = 'Value'
  38.         Width = 80
  39.       end>
  40.     HotTrackStyles = []
  41.     ReadOnly = True
  42.     RowSelect = True
  43.     PopupMenu = PopupMenu1
  44.     TabOrder = 0
  45.     ViewStyle = vsReport
  46.     OnDblClick = LVDblClick
  47.   end
  48.   object MainMenu1: TMainMenu
  49.     AutoMerge = True
  50.     Left = 12
  51.     Top = 36
  52.     object Edit1: TMenuItem
  53.       Caption = '&Edit'
  54.       GroupIndex = 20
  55.       object Edit2: TMenuItem
  56.         Caption = '&Edit'
  57.         ShortCut = 13
  58.         OnClick = LVDblClick
  59.       end
  60.     end
  61.   end
  62.   object PopupMenu1: TPopupMenu
  63.     Left = 56
  64.     Top = 36
  65.     object Edit3: TMenuItem
  66.       Caption = '&Edit'
  67.       ShortCut = 13
  68.       OnClick = LVDblClick
  69.     end
  70.   end
  71. end
  72.